home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / clients / xfd / xfd.ad < prev    next >
Encoding:
Text File  |  1994-08-12  |  577 b   |  29 lines

  1. *internalBorderWidth: 0
  2. *showGrip: false
  3.  
  4. *grid.borderWidth: 0
  5.  
  6. *quit.Label: Quit
  7. *prev.Label: Prev Page
  8. *next.Label: Next Page
  9.  
  10. *select.Label: Select a character
  11. *metrics.Label: 
  12. *select.Justify: center
  13. *metrics.Justify: center
  14. *range.Justify: left
  15. *start.Justify: left
  16.  
  17. *quit.Translations:  #override \
  18.         <Btn1Down>,<Btn1Up>: Quit() unset()
  19. *next.Translations:  #override \
  20.         <Btn1Down>,<Btn1Up>: Next() unset()
  21. *prev.Translations:  #override \
  22.         <Btn1Down>,<Btn1Up>: Prev() unset()
  23.  
  24. *Translations: #override \n\
  25. <Key>q: Quit()\n\
  26. Ctrl <Key>n: Next()\n\
  27. Ctrl <Key>p: Prev()
  28.  
  29.